Skip to content

Commit

Permalink
Update Build Action and Injection
Browse files Browse the repository at this point in the history
  • Loading branch information
nailujx86 committed Jun 21, 2024
1 parent 423b3bd commit 31763df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: environment
shell: bash
run: |
LATEST_TAG = git describe --tags --abbrev=0
LATEST_TAG=git describe --tags --abbrev=0
echo "latest_tag=$LATEST_TAG" >> $GITHUB_OUTPUT
- name: Build plugin
run: |
Expand Down

0 comments on commit 31763df

Please sign in to comment.