mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
fixing error in actions input. Removing unneeded var (#1605)
This commit is contained in:
parent
63c8070b01
commit
182117e1b4
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -11,7 +11,6 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
outputs:
|
outputs:
|
||||||
release_version: ${{ steps.version.outputs.package }}
|
release_version: ${{ steps.version.outputs.package }}
|
||||||
tag_version: ${{ steps.version.outputs.tag }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Branch check
|
- name: Branch check
|
||||||
run: |
|
run: |
|
||||||
@ -41,7 +40,6 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "::set-output name=package::$version"
|
echo "::set-output name=package::$version"
|
||||||
echo "::set-output name=tag::v$version"
|
|
||||||
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
@ -75,7 +73,7 @@ jobs:
|
|||||||
workflow: build.yml
|
workflow: build.yml
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
branch: rc
|
branch: rc
|
||||||
name: ${{ matrix.name }}.zip
|
artifacts: ${{ matrix.name }}.zip
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@77f1b2e3fb80c0e8645114159d17008b8a2e475a
|
uses: Azure/login@77f1b2e3fb80c0e8645114159d17008b8a2e475a
|
||||||
@ -125,7 +123,7 @@ jobs:
|
|||||||
artifacts: 'docker-stub.zip,
|
artifacts: 'docker-stub.zip,
|
||||||
swagger.json'
|
swagger.json'
|
||||||
commit: ${{ github.sha }}
|
commit: ${{ github.sha }}
|
||||||
tag: "${{ needs.setup.outputs.tag_version }}"
|
tag: "v${{ needs.setup.outputs.release_version }}"
|
||||||
name: "Version ${{ needs.setup.outputs.release_version }}"
|
name: "Version ${{ needs.setup.outputs.release_version }}"
|
||||||
body: "<insert release notes here>"
|
body: "<insert release notes here>"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user