Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Dec 31, 2023
1 parent 464e18b commit d3da509
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ jobs:
run: |
npx semantic-release --extends ./.releaserc.bump.json
- name: Set env
- name: Get version code
run: |
echo "RELEASE_VERSION=$(cat .VERSION)" >> $GITHUB_ENV
- name: Delete version code
run: git tag -d v${{ env.RELEASE_VERSION }}
echo "RELEASE_VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
git tag -d v${{ env.RELEASE_VERSION }}
- name: Rename APK
run: mv build/app/outputs/apk/release/app-release.apk revanced-manager-${{ env.RELEASE_VERSION }}.apk
Expand Down
6 changes: 0 additions & 6 deletions .releaserc.bump.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
}
]
}
],
[
"@semantic-release/exec",
{
"verifyReleaseCmd": "echo ${nextRelease.version} > .VERSION"
}
]
]
}
Expand Down

0 comments on commit d3da509

Please sign in to comment.