Skip to content

Commit

Permalink
Merge pull request #322 from 1c-syntax/dependabot/github_actions/WebF…
Browse files Browse the repository at this point in the history
…reak001/deploy-nightly-3.1.0

Bump WebFreak001/deploy-nightly from 3.0.0 to 3.1.0
  • Loading branch information
nixel2007 authored Feb 12, 2024
2 parents e3f19ad + 6f45d46 commit b3817c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/night_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Save current date
run: echo "PLUGIN_CURRENT_DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
- name: Deploy build
uses: WebFreak001/deploy-nightly@v3.0.0
uses: WebFreak001/deploy-nightly@v3.1.0
with:
upload_url: https://uploads.github.com/repos/1c-syntax/sonar-bsl-plugin-community/releases/51033599/assets{?name,label} # find out this value by opening https://api.github.com/repos/<owner>/<repo>/releases in your browser and copy the full "upload_url" value including the {?name,label} part
release_id: 51033599 # same as above (id can just be taken out the upload_url, it's used to find old releases)
Expand Down

0 comments on commit b3817c1

Please sign in to comment.