Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mijorus committed Aug 19, 2024
1 parent 1cb4e58 commit 7298768
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run release script
uses: actions/checkout@v3
id: tag
run: TAG_NAME=$(grep -o '<version>.*</version>' appinfo/info.xml | sed 's/<\/*version>//g') >> "$GITHUB_OUTPUT"
- name: Run release script
uses: actions/checkout@v3
run: ./release.sh
- name: Publish release package
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 7298768

Please sign in to comment.