Skip to content

Commit

Permalink
- set build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
narc-Ontakac2 committed Mar 4, 2023
1 parent 7431fc5 commit 5c13b99
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/debuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,9 @@ jobs:
environment: main
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.WORGFLOW_TAGGING }}
- name: Set env
# Here we are setting a variable from an expression.
run: echo "TAG_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
- name: set build tag
run: |
set -x
build_tag="$TAG_NAME-build$(date +'%F-%H-%m-%S-%N')"
git tag $build_tag
# https://support.github.com/ticket/personal/0/1996818
git push origin $build_tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: install devscripts
run: sudo apt-get install equivs devscripts
- name: install dependencies
Expand Down

0 comments on commit 5c13b99

Please sign in to comment.