Skip to content

Commit

Permalink
πŸ’š Updated env
Browse files Browse the repository at this point in the history
  • Loading branch information
LNA-DEV committed Jun 20, 2023
1 parent 2fc6bf2 commit 3bcd918
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/PrepareForPublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ main ]

env:
version: v1.0.${{ github.run_number }}
VERSION: v1.0.${{ github.run_number }}

jobs:
Prepare:
Expand All @@ -18,7 +18,7 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ env.VERSION }}
automatic_release_tag: "${{ env.VERSION }}"
prerelease: false
title: ${{ env.VERSION }}
title: "${{ env.VERSION }}"

0 comments on commit 3bcd918

Please sign in to comment.