Skip to content

Commit

Permalink
make sure we're using the dogfood branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Mar 15, 2023
1 parent 3136102 commit 833809c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
- name: Bump version
id: bump_version
uses: packagrio/action-bumpr-go@master
uses: packagrio/action-bumpr-go@dogfood
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -54,13 +54,13 @@ jobs:
cp -arf $PROJECT_PATH/. $GITHUB_WORKSPACE/
- name: Commit Changes
id: commit
uses: packagrio/action-releasr-go@master
uses: packagrio/action-releasr-go@dogfood
env:
# This is necessary in order to push a commit to the repo
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
- name: Publish Release
id: publish
uses: packagrio/action-publishr-go@master
uses: packagrio/action-publishr-go@dogfood
env:
# This is necessary in order to push a commit to the repo
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
Expand Down

0 comments on commit 833809c

Please sign in to comment.