Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danclough committed Jun 16, 2023
1 parent 08df86f commit 387c5ca
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'VERSION'
- '.gitignore'
- '.github/**'

Expand All @@ -25,13 +24,6 @@ jobs:
with:
scheme: semver
increment: patch
# - name: Bump version
# uses: remorses/bump-version@js
# id: version
# with:
# version_file: ./VERSION
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 387c5ca

Please sign in to comment.