Skip to content

Commit

Permalink
fix: attempt to push package version back
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Jul 21, 2021
1 parent 86fecba commit e2ffada
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
# GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
# GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
# GIT_COMMITTER_NAME: ${{ secrets.GIT_COMMITTER_NAME }}
# GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GIT_COMMITTER_NAME: ${{ secrets.GIT_COMMITTER_NAME }}
GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}
with:
extra_plugins: |
@eclass/semantic-release-sentry-releases
# @semantic-release/git
@semantic-release/git
- name: Create Sentry release
uses: getsentry/action-release@v1
env:
Expand Down
4 changes: 2 additions & 2 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins:
- - "@semantic-release/npm"
- npmPublish: false
- "@semantic-release/github"
#- - "@semantic-release/git"
# - assets: ["package.json"]
- - "@semantic-release/git"
- assets: ["package.json"]
- "@eclass/semantic-release-sentry-releases"
branches:
- dev

1 comment on commit e2ffada

@vercel
Copy link

@vercel vercel bot commented on e2ffada Jul 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.