Skip to content

Commit

Permalink
fix: release yaml action file (act 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
badele committed Nov 26, 2023
1 parent d5fb624 commit f8d4b79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
- name: Print version
run: 'echo "${{ steps.release.outputs.version }}"'
- name: Generate Changelog
run:
- >-
cog changelog --at ${{ steps.release.outputs.version }} -t full_hash
> GITHUB_CHANGELOG.md
- deno fmt
run: >
cog changelog --at "${{ steps.release.outputs.version }}" -t full_hash
> GITHUB_CHANGELOG.md
deno fmt
- name: Generate tool and lib version
run: >-
run: >
sed -i src/versions.ts "s/\".*\"/\"${{ steps.release.outputs.version
}}\"/"
- name: Update vesion in the Readme documentation
Expand Down

0 comments on commit f8d4b79

Please sign in to comment.