Skip to content

Commit

Permalink
ci: remove workaround for semantic-release issue skipping deployment (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian committed Sep 25, 2023
1 parent 2c8ea7b commit 3b07fa8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/deploy_git_tag.yml
Expand Up @@ -32,16 +32,15 @@ jobs:
id: semantic-release
with:
# version numbers below can be in many forms: M, M.m, M.m.p
semantic_version: 19
extra_plugins: |
conventional-changelog-conventionalcommits@4
@semantic-release/changelog@6
@semantic-release/git@10
@semantic-release/github@8
@semantic-release/exec@6
conventional-changelog-conventionalcommits
@semantic-release/changelog
@semantic-release/git
@semantic-release/github
@semantic-release/exec
env:
# Needs to push git commits to repo. Needs write access.
GITHUB_TOKEN: ${{ secrets.WRITE_ACCESS_BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Notify team of git tag being created
uses: slackapi/slack-github-action@v1.24.0
Expand Down Expand Up @@ -111,4 +110,4 @@ jobs:
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

0 comments on commit 3b07fa8

Please sign in to comment.