Skip to content

Commit

Permalink
Bump WebFreak001/deploy-nightly from 3.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [WebFreak001/deploy-nightly](https://github.com/webfreak001/deploy-nightly) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/webfreak001/deploy-nightly/releases)
- [Commits](WebFreak001/deploy-nightly@v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: WebFreak001/deploy-nightly
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent e3f19ad commit 6f45d46
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 6f45d46

Please sign in to comment.