Skip to content

Commit

Permalink
Fix: Release Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvoxia committed Dec 29, 2024
1 parent e6de365 commit 2781475
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ name: Release
tags:
- '*'

defaults:
run:
working-directory: 'salvoxia.certbot_netcup'

jobs:
lint:
name: Lint
Expand Down Expand Up @@ -76,8 +72,6 @@ jobs:
steps:
- name: Check out the codebase.
uses: actions/checkout@v4
with:
path: 'salvoxia.certbot_netcup'

- name: Set up Python 3.
uses: actions/setup-python@v5
Expand Down

0 comments on commit 2781475

Please sign in to comment.