Skip to content

Commit

Permalink
Merge pull request #8 from BSekula/test7
Browse files Browse the repository at this point in the history
asd
  • Loading branch information
BSekula authored Aug 23, 2023
2 parents e68b1aa + 9ed244d commit 489059c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
env:
tag: v1.2.8
tag: v1.2.9
steps:
- uses: actions/checkout@v3
# Do not have access to other WF artefacts
Expand Down Expand Up @@ -43,7 +43,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: ./dist/world.txt
tag_name: v1.2.7
tag_name: v1.2.9


# - name: Release
# run: gh release create v1.2.3 ./dist/*
Expand Down

0 comments on commit 489059c

Please sign in to comment.