mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix workflows (#6927)
* Make sure secrets get passed through Signed-off-by: Sebastian Malton <sebastian@malton.name> * Fix bump master version Signed-off-by: Sebastian Malton <sebastian@malton.name> Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
5a03c16958
commit
904200f72f
2
.github/workflows/bump-master-version.yaml
vendored
2
.github/workflows/bump-master-version.yaml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
echo "status=create" >> $GITHUB_OUTPUT
|
echo "status=create" >> $GITHUB_OUTPUT
|
||||||
- uses: peter-evans/create-pull-request@v4
|
- uses: peter-evans/create-pull-request@v4
|
||||||
if: ${{ steps.bump.outputs.status == "create" }}
|
if: ${{ steps.bump.outputs.status == 'create' }}
|
||||||
with:
|
with:
|
||||||
add-paths: package.json
|
add-paths: package.json
|
||||||
commit-message: Update package.json version to next preminor because of recent release
|
commit-message: Update package.json version to next preminor because of recent release
|
||||||
|
|||||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -34,5 +34,6 @@ jobs:
|
|||||||
uses: ./.github/workflows/publish-release-npm.yml
|
uses: ./.github/workflows/publish-release-npm.yml
|
||||||
needs: release
|
needs: release
|
||||||
if: ${{ needs.release.outputs.version != '' }}
|
if: ${{ needs.release.outputs.version != '' }}
|
||||||
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
version: ${{ needs.release.outputs.version }}
|
version: ${{ needs.release.outputs.version }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user