Skip to content

Commit

Permalink
backout ci-release changes (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Mar 29, 2023
1 parent 037df82 commit f21bdfe
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,9 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "actions@users.noreply.github.com"
git commit -am "Automated release for version \"${WF_VERSION}\""
- name: "generate token"
uses: tibdex/github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.AUTH_APP_ID }}
private_key: ${{ secrets.AUTH_APP_PRIVATE_KEY }}

- name: "push version change"
uses: ad-m/github-push-action@40bf560936a8022e68a3c00e7d2abefaf01305a6
with:
github_token: ${{ steps.generate-token.outputs.token }}
branch: ${{ github.ref }}
git push
- name: "perform release"
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
with:
token: ${{ steps.generate-token.outputs.token }}
tag_name: ${{ env.WF_VERSION }}

0 comments on commit f21bdfe

Please sign in to comment.