Skip to content

Commit 4c51f94

Browse files
committed
Autoupdate test
1 parent b371588 commit 4c51f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717

1818
- name: "Set env"
19-
run: "echo \"RELEASE_VERSION=${GITHUB_REF#refs/*/}\"" >> $GITHUB_ENV"
19+
run: 'echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV'
2020

2121
- name: Find and Replace
2222
uses: jacobtomlinson/gha-find-replace@v2

0 commit comments

Comments
 (0)