Skip to content

Commit

Permalink
more actions updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fraz3alpha committed Oct 1, 2024
1 parent 37caeb1 commit 7fb76f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
run: ls -lR extension-binaries

- id: get-branch-version-tag
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
console.log(context)
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:


# - id: get-branch-version-tag
# uses: actions/github-script@v6
# uses: actions/github-script@v7
# with:
# script: |
# var version_tag = ''
Expand Down

0 comments on commit 7fb76f1

Please sign in to comment.