Skip to content

Commit

Permalink
fix: #dev-deploy tag fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbator authored Dec 3, 2024
1 parent f87b891 commit 0d839cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dev.kodemy.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,9 @@ jobs:

- name: Create tag
uses: actions/github-script@v5
env:
TAG_NAME: ${{ env.tag }}
with:
script: |
const {TAG_NAME} = process.env
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 0d839cb

Please sign in to comment.