Skip to content

Commit

Permalink
Merge pull request #167 from tykeal/release_workflow
Browse files Browse the repository at this point in the history
CI: Workflow updates
  • Loading branch information
tykeal authored Sep 1, 2023
2 parents f2f60bc + 389da82 commit 14f4951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v1
- name: Get Version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> "$GITHUB_OUTPUT"
- name: Update versions
# yamllint disable rule:line-length
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
cd ${{ github.workspace }}/custom_components/rental_control
zip rental_control.zip -r ./
- name: Upload zip to release
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
# yamllint disable-line rule:line-length
Expand Down

0 comments on commit 14f4951

Please sign in to comment.