Skip to content

Commit

Permalink
Update to the latest bump action
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Nov 10, 2024
1 parent 73e3cf3 commit 25f7a57
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,13 @@ jobs:
packages: write

steps:
- name: Checkout repository
uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'

- name: Fix Issues
run: git config --global --add safe.directory /github/workspace

- name: Bump version tag
uses: anothrNick/[email protected]
id: tag_version

- name: Bump version and push tag
uses: anothrNick/[email protected] # Don't use @master or @v1 unless you're happy to test the latest version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
Expand Down

0 comments on commit 25f7a57

Please sign in to comment.