Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
fix!: useless shit
Browse files Browse the repository at this point in the history
  • Loading branch information
lze3 committed Jan 9, 2021
1 parent 4aea436 commit ec37bd7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,4 @@ jobs:
id: semantic
uses: cycjimmy/semantic-release-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Adjust version number in file name accordingly.
if: steps.semantic.outputs.new_release_published == 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: echo '{\n\t"version":"${{ steps.semantic.outputs.new_release_version }}",\n\t"changelog":"- ${{ steps.semantic.outputs.new_release_notes }}"\n} > ELS-FiveM/version.json' | git config user.email "[email protected]" | git config user.name "auto push" | git commit -a -m "dev!":" version update"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ec37bd7

Please sign in to comment.