Skip to content

Commit

Permalink
Merge pull request #5 from BSekula/test5
Browse files Browse the repository at this point in the history
asd
  • Loading branch information
BSekula authored Aug 22, 2023
2 parents 40a96b7 + 2364686 commit c6661b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main


jobs:
release:
name: Release
Expand All @@ -30,7 +29,7 @@ jobs:
run: ls -R
- name: Create a tag
env:
tag: v1.2.6
tag: v1.2.7
run: |
echo "Creating git tag:" $tag
git config --local user.name "bsekula"
Expand All @@ -43,7 +42,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: ./dist/world.txt
tag_name: v1.2.6
tag_name: v1.2.7

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

0 comments on commit c6661b2

Please sign in to comment.