Skip to content

Commit

Permalink
Upgrade github-script version to v7 for using latest node lts version (
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-joshua committed Mar 12, 2024
1 parent 3185cc2 commit a027cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo "TODAY=$(date --date='+9 hours' +%y.%m.%d)" >> $GITHUB_ENV
- name: ✨ Deploy tag and release ✨
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const checkBranch = () => {
Expand Down

0 comments on commit a027cf1

Please sign in to comment.