We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7431fc5 commit 5c13b99Copy full SHA for 5c13b99
.github/workflows/debuild.yml
@@ -14,21 +14,9 @@ jobs:
14
environment: main
15
steps:
16
- uses: actions/checkout@v2
17
- with:
18
- fetch-depth: 0
19
- token: ${{ secrets.WORGFLOW_TAGGING }}
20
- name: Set env
21
# Here we are setting a variable from an expression.
22
run: echo "TAG_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
23
- - name: set build tag
24
- run: |
25
- set -x
26
- build_tag="$TAG_NAME-build$(date +'%F-%H-%m-%S-%N')"
27
- git tag $build_tag
28
- # https://support.github.com/ticket/personal/0/1996818
29
- git push origin $build_tag
30
- env:
31
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
- name: install devscripts
33
run: sudo apt-get install equivs devscripts
34
- name: install dependencies
0 commit comments