Skip to content

Commit

Permalink
fix: add env
Browse files Browse the repository at this point in the history
  • Loading branch information
key-hui-mentem committed Jan 11, 2023
1 parent 7c0e5f9 commit 151ed73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/cd-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Deploy
with:
version_label: ${{ github.event.release.tag_name }}
version_description: ${{ github.SHA }}
run: echo $version_label
run: echo $version_description
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
release-type: node
package-name: version-control
pull-request-title-pattern: 'chore: release${component} ${version}'
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.CLASSIC_TOKEN }}

0 comments on commit 151ed73

Please sign in to comment.