Skip to content

Commit

Permalink
CI - fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Feb 1, 2024
1 parent fe95658 commit 8912dfa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
with:
fetch-depth: 0

<<<<<<< HEAD
- name: Get frontend version
uses: avides/[email protected]
id: frontend_version
Expand All @@ -33,7 +32,7 @@ jobs:
with:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
VERSION: ${{ steps.frontend_version.outputs.version }}
=======

# - name: Get frontend version
# uses: avides/[email protected]
# id: frontend_version
Expand All @@ -47,7 +46,7 @@ jobs:
# with:
# SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
# VERSION: ${{ steps.frontend_version.outputs.version }}
>>>>>>> 7d9815f (initial commit)


- uses: yesolutions/mirror-action@master
with:
Expand Down

0 comments on commit 8912dfa

Please sign in to comment.