Skip to content

Commit 5c13b99

Browse files
committed
- set build tag
1 parent 7431fc5 commit 5c13b99

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/debuild.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,9 @@ jobs:
1414
environment: main
1515
steps:
1616
- uses: actions/checkout@v2
17-
with:
18-
fetch-depth: 0
19-
token: ${{ secrets.WORGFLOW_TAGGING }}
2017
- name: Set env
2118
# Here we are setting a variable from an expression.
2219
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 }}
3220
- name: install devscripts
3321
run: sudo apt-get install equivs devscripts
3422
- name: install dependencies

0 commit comments

Comments
 (0)