Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinBuschmann committed Feb 3, 2023
1 parent dc86aa4 commit 2a4b70b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: 'actions/checkout@v3.1.0'
with:
ref: master

- name: Node setup
uses: 'actions/setup-node@v3.5.1'
Expand Down Expand Up @@ -46,8 +48,6 @@ jobs:
- name: Commit and push
run: |
git status
git add -A
git commit -m "Release ${{ env.NEW_VERSION }}"
git push
- name: Publish
Expand Down

0 comments on commit 2a4b70b

Please sign in to comment.