Skip to content

Commit

Permalink
Rename variable to VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Feb 9, 2024
1 parent bd73ab5 commit 2003ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
run: echo ::set-output name=version::$(echo ${{github.ref_name}} | sed 's/^effection-v//')

- name: Generate Docs
run: deno doc --html --name=effection@$NPM_VERSION mod.ts
run: deno doc --html --name=effection@$VERSION mod.ts
env:
NPM_VERSION: ${{steps.vars.outputs.version}}
VERSION: ${{steps.vars.outputs.version}}

- uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit 2003ce7

Please sign in to comment.