Skip to content

Commit

Permalink
Updating release github action definition
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Sep 6, 2023
1 parent 0f79090 commit 0382c8e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
#
# Automatically tag a merge with master, or build a new image from the tag.
#
# Secrets required:
# * `DO_TOKEN` - DigitalOcean private token
# * `DO_REGISTRY_NAME` - DigitalOcean name of the registry
# * `GO_MOD_USER` - Machine username to read private repos
# * `GO_MOD_PASS` - Machine password to read private repos
#

name: Release

Expand All @@ -23,13 +17,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: "0" # make sure we get all commits!

- name: Bump version and push tag
id: bump
uses: anothrNick/github-tag-action@1.36.0
uses: anothrNick/github-tag-action@1.52.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_BRANCHES: release
Expand Down

0 comments on commit 0382c8e

Please sign in to comment.