Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Martins <[email protected]>
  • Loading branch information
nathanmartinszup committed Nov 10, 2021
1 parent 546c430 commit 23e0526
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,20 @@ jobs:
git branch ${{ steps.updated-version.outputs.releaseBranchName }}
git push origin ${{ steps.updated-version.outputs.releaseBranchName }}
- name: Push tag
- name: Push tag and changes
run: |
git push origin ${{ steps.updated-version.outputs.version }}
git push origin ${{ steps.updated-version.outputs.version }}
git push origin ${GITHUB_REF##*/}
- name: Create PR to main
if: github.ref != 'refs/heads/main'
uses: gorillio/github-action-cherry-pick@master
with:
pr_branch: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITBOT_EMAIL: [email protected]
DRY_RUN: false



1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ snapshot:
archives:
- format: binary
release:
draft: true
extra_files:
- glob: ./deployments/cosign.pub
signs:
Expand Down

0 comments on commit 23e0526

Please sign in to comment.