Skip to content

Commit

Permalink
just do everything
Browse files Browse the repository at this point in the history
  • Loading branch information
alexqfredrickson committed May 6, 2024
1 parent 1eebcba commit 804160d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/version-release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
- name: Check out latest HEAD commit
run: |
git fetch
git log
git status
git checkout master
git checkout HEAD^
git checkout master
- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 804160d

Please sign in to comment.