diff --git a/.github/workflows/release-pipeline.yml b/.github/workflows/release-pipeline.yml index a4bbea2..29cd975 100644 --- a/.github/workflows/release-pipeline.yml +++ b/.github/workflows/release-pipeline.yml @@ -119,7 +119,7 @@ jobs: - name: Generate release tag id: tag run: | - VERSION=0.1.1 + VERSION=0.1.2 echo "::set-output name=release_tag::aid-${VERSION}" - name: Create GitHub release