Skip to content

Commit

Permalink
Experimenting with autotagging...
Browse files Browse the repository at this point in the history
  • Loading branch information
DevOpsDave committed Jan 8, 2024
1 parent ffb9934 commit f202397
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions .github/workflows/release-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ name: release-auto

on:
push:
branches: [ master, develop ]
branches: [ master, develop, US852217-automatic-release ]
pull_request:
branches: [ master, develop ]
branches: [ master, develop, US852217-automatic-release ]

jobs:
get_pull_request:
Expand Down Expand Up @@ -62,24 +62,3 @@ jobs:
run: |
echo "The next tag version will be: ${{ steps.taggerDryRun.outputs.newtag }}"

#- name: Set up Go
# uses: actions/setup-go@v2
# with:
# go-version: 1.18.x

#- name: Import GPG key
# id: import_gpg
# uses: paultyng/[email protected]
# env:
# GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
# PASSPHRASE: ${{ secrets.PASSPHRASE }}

#- name: Run GoReleaser
# uses: goreleaser/goreleaser-action@v2
# with:
# version: latest
# args: release --rm-dist
# env:
# GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f202397

Please sign in to comment.