Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
noriban authored Jan 7, 2023
1 parent 2023bbf commit 34c22fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- master
paths-ignore:
- "**.md"
- "**.yml"


jobs:
test:
Expand Down Expand Up @@ -53,5 +57,5 @@ jobs:
- name: Update v1 Tag
uses: hole19/git-tag-action@master
env:
TAG: v2
TAG: v3
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The output variable `signedReleaseFile` can be used in a release action.

```yaml
steps:
- uses: r0adkll/sign-android-release@v1
- uses: noriban/sign-android-release@v3
name: Sign app APK
# ID used to access action output
id: sign_app
Expand Down Expand Up @@ -116,7 +116,7 @@ before being used in a release action.

```yaml
steps:
- uses: r0adkll/sign-android-release@v1
- uses: noriban/sign-android-release@v3
id: sign_app
with:
releaseDirectory: app/build/outputs/apk/release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/r0adkll/sign-android-release.git"
"url": "git+https://github.com/noriban/sign-android-release.git"
},
"keywords": [
"actions",
Expand Down

0 comments on commit 34c22fb

Please sign in to comment.