diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e8c3668c..1fc274aa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,8 +16,8 @@ jobs: with: path: ./common.props - - name: get version line - id: getVersionLine + - name: get version + id: getVersion uses: AsasInnab/regex-action@v1 with: regex_pattern: '(?<=>)[^<>]+(?=)' @@ -50,5 +50,5 @@ jobs: - name: add git tag uses: Klemensas/action-autotag@stable with: - version: ${{ steps.commonProps.outputs.content }} + version: ${{ steps.getVersion.outputs.content }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file