Skip to content

Commit

Permalink
test: still trying
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 3, 2024
1 parent caca5db commit 49831c9
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,17 +262,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Pull latest release from github
- name: Pull changes after semenatic-release
run: |
LATEST_TAG=$(curl -s \
"https://api.github.com/repos/${{ github.repository }}/releases/latest" \
| jq -r .tag_name | sed 's/^v//')
echo "LATEST_TAG=${LATEST_TAG}"
# - name: Pull changes after semenatic-release
# run: |
# git fetch --all
# git pull origin main
git pull
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 49831c9

Please sign in to comment.