Skip to content

Commit

Permalink
Update release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
samcoe committed Jun 4, 2021
1 parent 8eae6eb commit bf5631a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 113 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
GIT_AUTHOR_NAME: Actions Automation
GIT_AUTHOR_EMAIL:
run: |
git add -f dist
git add dist
git restore --staged dist/config.yaml
git commit -m "Add artifacts for ${GITHUB_REF#refs/tags/}"
git push origin HEAD:trunk
if [[ $GITHUB_REF != *-* ]]; then
git push origin HEAD:trunk
fi
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ signs:
"--detach-sign",
"${artifact}"
]
changelog:
skip: true
release:
prerelease: auto
3 changes: 0 additions & 3 deletions dist/CHANGELOG.md

This file was deleted.

107 changes: 0 additions & 107 deletions dist/config.yaml

This file was deleted.

0 comments on commit bf5631a

Please sign in to comment.