diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 4016b97..cb3b73d 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 submodules: recursive - ref: main + - name: Python Semantic Release uses: python-semantic-release/python-semantic-release@master @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive - ref: main + - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} @@ -70,7 +70,7 @@ jobs: with: fetch-depth: 0 submodules: recursive - ref: main + - uses: actions/download-artifact@v3 with: diff --git a/PyHa/TEST.txt b/PyHa/TEST.txt index dfa236f..9e2bc11 100644 --- a/PyHa/TEST.txt +++ b/PyHa/TEST.txt @@ -1 +1 @@ -Testing package test \ No newline at end of file +Testing package test test \ No newline at end of file