Skip to content

Commit 94ef1a0

Browse files
committed
every step must define a uses or run key
1 parent b0d7011 commit 94ef1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
v=`echo $(git describe --tags) | awk -F . '{printf "%s.%d",$1,$2+1}'`
1919
echo "RELEASE_VERSION="$v" > constants.env
2020
- name: Export Env
21-
- uses: cardinalby/export-env-action@v2
21+
uses: cardinalby/export-env-action@v2
2222
with:
2323
envFile: 'constants.env'
2424
- name: do compile libs

0 commit comments

Comments
 (0)