Skip to content

update gw

update gw #10

Workflow file for this run

name: Linux x86_64 incode
on:
push:
branches:
- "4.x"
tags:
- "*_incode"
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: get tag
id: get_tag
run: |
tag=${{ github.ref_name }}
echo "tag: ${tag//[^0-9]/}"
echo "tag=${tag//[^0-9]/}" >> $GITHUB_OUTPUT
- name: print
run: |
echo "${{ steps.get_tag.outputs.tag }}"
- name: Create release
if: ${{ startsWith(github.ref, 'refs/tags/') == true }}
uses: softprops/action-gh-release@v1
with:
# token: ${{ secrets.GITHUB_TOKEN }}
# tag_name: ${{ needs.build.outputs.version }}
# name: ${{ needs.build.outputs.version }}
# target_commitish: ${{ github.sha }}
fail_on_unmatched_files: true
files: |
*.txt